home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Moss / Kartell.dir / Internal_90_Miss Trip.ls < prev    next >
Encoding:
Text File  |  1999-04-15  |  221 b   |  18 lines

  1. on mouseDown
  2.   buttonclick()
  3. end
  4.  
  5. on mouseUp
  6.   go(1, "MissTrip.dir")
  7. end
  8.  
  9. on mouseEnter me
  10.   set the visible of sprite 41 to 1
  11.   updateStage()
  12. end
  13.  
  14. on mouseLeave me
  15.   set the visible of sprite 41 to 0
  16.   updateStage()
  17. end
  18.